object CannotSortForm1: TCannotSortForm1 Left = 165 Top = 133 ActiveControl = OkButton BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Cannot Sort' ClientHeight = 141 ClientWidth = 246 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 44 Top = 24 Width = 197 Height = 53 Alignment = taCenter AutoSize = False Caption = 'Unable to sort because folder contains at least one image that i' + 's not loaded' Transparent = True WordWrap = True end object Image1: TImage Left = 8 Top = 24 Width = 32 Height = 32 AutoSize = True Center = True Picture.Data = {} end object OkButton: TButton Left = 88 Top = 108 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OkButtonClick end object CheckBox1: TCheckBox Left = 8 Top = 80 Width = 233 Height = 17 Caption = 'Don'#39't show me this again' TabOrder = 1 end end